home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
bus122.exe
/
RESET.BAT
< prev
Wrap
DOS Batch File
|
1992-08-11
|
567b
|
21 lines
cls
echo off
if not exist dial.new goto error
if not exist dial.cfg goto error
echo
echo ╔══════════════════════════════════════════════════════════════════╗
echo ║ Press Enter to reset the ON-LINE program to its default state or ║
echo ║ press Ctrl+C (hold down the Ctrl key and press C) to cancel. ║
echo ╚══════════════════════════════════════════════════════════════════╝
echo
pause
copy dial.new dial.cfg
goto done
:error
echo
echo *** ERROR ***
echo
echo Either DIAL.NEW or DIAL.CFG is missing, cannot reset ON-LINE
echo
:done